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

{!! $BlogsCollection->{'title_' . $Locale} !!}

{!! substr($BlogsCollection->{'body_'.$Locale}, 0, 140) !!}

{{ $BlogsCollection->created_at->format('Y-m-d') }} {!! __('lang.SEEMORE') !!}
@endforeach
{!! $BlogsCollections->links() !!}
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