@extends('layouts.base') @section('title') Senecartours - Contact @endsection @push('css') @endpush @section('content')

{{ __('messages.contact_details') }}

Senegal —
{{ $settings->app_address }}

{{ $settings->app_phone1 }}

{{ $settings->app_email }}

{{ __('messages.contact_us') }}

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@push('scripts') @endpush @endsection