@section('contents') @if(session('Delete_Favourite'))
@endif @if(session('Favourite'))
@endif @if(session('RecipeAdd'))
@endif @if(session('Books'))
@endif
@if($Chief->Image->filename) restaurant @else @endif @if($Chief->name)

{!! $Chief->name !!}

@else @endif @if($Chief->details)

{!! $Chief->details !!} @if ($Chief->active == 1) {!! __('lang.Available') !!} @else {!! __('lang.Not_Available') !!} @endif

@else @endif

{!! $Chief->address !!}

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

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

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

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

{!! $Meal->current_price !!}
@endforeach @endif
{!! $Meals->links() !!}
{!! __('lang.Tocontactme') !!}

{!! $Chief->details !!}


{!! $Chief->phone !!}

{!! $Chief->email !!}

{!! $Chief->country !!}

{!! $Chief->city !!}

{!! $Chief->address !!}


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

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