@extends('restaurant.layouts.index', ['without_card' => true]) @section('content') @if ($can_add)

@lang('global.general_information')

@if ($latest_package?->code !== 'silver')

@lang('global.general_settings')

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

@lang('global.tips')

@lang('validation.attributes.amount') @lang('global.options')

@lang('global.working_times')

@foreach ($days as $day)

@endforeach

@lang('global.location')

@else @endif @endsection