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

{{ config('app.name') }}

{!! __('messages.about.content') !!}

{{ __('messages.global.social_media') }}

{{-- Contact Form --}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif