@extends('restaurant.layouts.index') @section('content')
@can('update_general', $branch)

@lang('global.general_information')

@lang('global.location')

@endcan @can('update_qr', $branch)
@can('update_qr', $branch) @endcan
@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') }}

@foreach ($branch->portfolio?->services ?? [] as $index => $service) @include('restaurant.branches.helpers.service', ['service' => $service, 'service_index' => $index]) @endforeach
@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')

@lang('global.advertisments')

@foreach ($branch->portfolio?->advertisments ?? [] as $index => $advertisment) @include('restaurant.branches.helpers.advertisment', ['advertisment' => $advertisment, 'advertisment_index' => $index]) @endforeach
@lang('validation.attributes.image') * @lang('validation.attributes.link') @lang('validation.attributes.start_date') @lang('validation.attributes.end_date') @lang('global.options')
@endcan @if ($latest_package?->code !== 'silver') @can('update_settings', $branch)

@lang('global.general_settings')

@if (restaurant_admin()->restaurant->activity == 'hotel') @endif

@lang('global.tips')

@foreach ($branch->settings->tips ?? [] as $index => $tip) @include('restaurant.branches.helpers.tip', ['tip' => $tip, 'tip_index' => $index]) @endforeach
@lang('validation.attributes.amount') @lang('global.options')
@endcan @endif @can('update_working_times', $branch)
@foreach ($days as $day)

@endforeach
@endcan
@endsection