@can('update_general', $branch)
@lang('global.general_information')
@lang('global.location')
@endcan
@can('update_qr', $branch)
@can('update_qr', $branch)
@endcan
@endcan
@can('update_meals', $branch)
@lang('global.add_meals')
@lang('global.meals_availability')
@include('restaurant.branches.helpers.meals',['branch' => $branch,'menu' =>$branch->menu])
@endcan
@if ($latest_package?->code !== 'silver')
@can('viewAny', 'App\Models\Table')
@can('create', 'App\Models\Table')
@endcan
@lang("validation.attributes.title") |
@lang("global.options") |
@endcan
@endif
@can('update_portfolio', $branch)
@lang('global.general_information')
{{ $branch->portfolio?->services_title->{$locale} ?? __('global.services') }}
@lang('validation.attributes.title') (@lang('global.arabic')) * |
@lang('validation.attributes.title') (@lang('global.english')) * |
@lang("validation.attributes.link") * |
@lang("validation.attributes.image") * |
@lang("global.options") |
@foreach ($branch->portfolio?->services ?? [] as $index => $service)
@include('restaurant.branches.helpers.service',['service' => $service,'service_index' => $index,])
@endforeach
@lang('global.advertisments')
@lang("validation.attributes.image") * |
@lang("validation.attributes.link") |
@lang("validation.attributes.start_date") |
@lang("validation.attributes.end_date") |
@lang("global.options") |
@foreach ($branch->portfolio?->advertisments ?? [] as $index => $advertisment)
@include('restaurant.branches.helpers.advertisment',['advertisment' => $advertisment,'advertisment_index' => $index,])
@endforeach
@endcan
@if ($latest_package?->code !== 'silver')
@can('update_settings', $branch)
@lang('global.general_settings')
@if (restaurant_admin()->restaurant->activity == 'hotel')
@endif
@lang('global.tips')
@lang("validation.attributes.amount") |
@lang("global.options") |
@foreach ($branch->settings->tips ?? [] as $index => $tip)
@include('restaurant.branches.helpers.tip',['tip' => $tip,'tip_index' => $index])
@endforeach
@endcan
@endif
@can('update_working_times', $branch)
@endcan
@endsection