@extends('User.layouts.layout') @section('breadcrumb',__('messages.contact_us')) @section('left_image',$setting['contact_image']) @section('js') @endsection @section('contents') @php($Branches = Branches())
@csrf
{{ trans('messages.Name') }} @if($errors->has('name')) {{ $errors->first('name') }} @endif
{{ trans('messages.Phone') }}
image +{{ getCountryCode() == 'SA' ? 966 : 973 }}
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{ trans('messages.Email') }} @if($errors->has('email')) {{ $errors->first('email') }} @endif
{{ trans('messages.service') }} @if($errors->has('subject')) {{ $errors->first('subject') }} @endif
{{ trans('messages.Message') }} @if($errors->has('message')) {{ $errors->first('message') }} @endif
    @foreach(Services() as $Service)
  • {{ $Service->title() }}
  • @endforeach
{{ trans('messages.Follow_us') }}
@endsection @push('extra-js') @toastr_js @toastr_render @endpush @section('SEO') {{ $SEO['contact']['title_'.lang()]['value'] }} @endsection