@switch(session('locale', config('app.locale')))
@case('en')
{{ $websiteContent->menu_title_en }}
@break
@case('fa')
{{ $websiteContent->menu_title_fa }}
@break
@case('ar')
{{ $websiteContent->menu_title_ar }}
@break
@endswitch
@switch(session('locale', config('app.locale')))
@case('en')
{{ $websiteContent->menu_sub_title_en }}
@break
@case('fa')
{{ $websiteContent->menu_sub_title_fa }}
@break
@case('ar')
{{ $websiteContent->menu_sub_title_ar }}
@break
@endswitch
@foreach($categories as $index => $category)
@endforeach
@foreach($dishes as $dish)
${{ $dish['price'] }}
{{ $dish['translations'][0]['name'] }}
{{ $dish['translations'][0]['description'] }}
@endforeach
@push('js')
@endpush