@csrf
--
@foreach ($areas as $item)
{{ $item->area_name }}
@endforeach
@lang('modules.table.available')
@lang('modules.table.running')
@lang('modules.table.reserved')
@lang('app.active')
@lang('app.inactive')
@lang('app.save')
@lang('app.delete')
@lang('app.cancel')
@lang('modules.table.deleteTable')
@lang('modules.table.deleteTableMessage')
{{ __('app.cancel') }}
@if ($activeTable)
{{ __('app.delete') }}
@endif