@extends('layouts.site') @section('content')

{{ trans('home.contact-us') }}

@if(Session::has('message')) @endif

{{ trans('home.have-question') }} {{ trans('home.form-here') }}
@lang('home.You can send email to'): info@newhayah.com

{{trans('home.need-help')}}

@csrf

{{ trans('home.first_name') }}

@error('first_name') @enderror

{{trans('home.last_name')}}

@error('last_name') @enderror

{{trans('auth.email')}}

@error('email') @enderror

{{ trans('home.contact-type') }}

@error('contact_type') {{ $message }} @enderror

{{trans('home.subject')}}

@error('subject') @enderror
@endsection