@section('contents') @if(session('Delete_Favourite'))
@endif @if(session('Favourite'))
@endif @if(session('RecipeAdd'))
@endif @if(session('Books'))
@endif @if(option('Theme') === 'Ordering')

@if($Locale == 'ar') {!! option('titlesitearabic') !!}, @else {!! option('websitetitle') !!}, @endif @if($Locale == 'ar')
{!! option('FoodRecipesar') !!}
@else
{!! option('FoodRecipes') !!}
@endif

@if($Locale == 'ar') {!! option('contentfronthomePage_ar') !!} @else {!! option('contentfronthomePage_en') !!} @endif
@csrf
@elseif(option('Theme') === 'Restaurant')

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

{!! __('lang.Restaurantcontent') !!}
@csrf
@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
@elseif(option('Theme') === 'Recipes')
@endif
@if($Locale == 'ar')

{!! option('FoodRecipesar') !!}

@else

{!! option('FoodRecipes') !!}

@endif

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

@foreach($Meals as $Meal)
{!! $Meal->{'title_'.$Locale} !!}

{!! substr($Meal->{'body_'.$Locale}, 0, 113) !!}

{!! $Meal->time !!} {!! __('lang.toready') !!}

{{ $Meal->status == 1 ? __('lang.Available') : __('lang.Not_Available') }}

{!! $Meal->current_price !!}
@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
@endsection