@section('contents') @if(session('Books'))
@endif
@foreach($Products as $Product)
@if(asset($Product->Image->filename)) @else @endif

{!! $Product->{'title_' . $Locale} !!} {!! $Product->price !!}

{!! substr($Product->{'body_'.$Locale}, 0, 164) !!}

@endforeach
Appointment

{!! __('lang.TheRestaurant') !!}

@if($Locale == 'ar') {!! option('appointmentcontentar') !!} @else {!! option('appointmentcontent') !!} @endif

{!! option('phone') !!}

{!! __('lang.HereHelp') !!}

@if($Locale == 'ar')

{!! option('onlineappointmentar') !!}

@else

{!! option('onlineappointment') !!}

@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror

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

{!! __('lang.Recipes') !!}

@endsection