@lang('modules.settings.countryTimezone')

@foreach ($countries as $item) @endforeach
@foreach ($timezones as $tz) @endforeach
@foreach ($currencies as $item) @endforeach

@lang('modules.settings.hideTopNav')

@if (in_array('Order', restaurant_modules()) && user_can('Show Order')) @endif @if (in_array('Reservation', restaurant_modules()) && user_can('Show Reservation') && in_array('Table Reservation', restaurant_modules())) @endif @if (in_array('Waiter Request', restaurant_modules()) && user_can('Manage Waiter Request')) @endif
@lang('app.save')