@lang('app.callWaiter') @if ($showTableSelection)

@lang('modules.table.selectTable')

@foreach ($tables as $table) @endforeach
@lang('app.cancel')
@endif @if ($showConfirmation)

@lang('app.callWaiterConfirmation') (@lang('modules.table.table') {{ $table->table_code ?? '' }})

@lang('app.yes') @lang('app.no')
@endif @if ($notificationSent)
@lang('app.callWaiterNotification')
@endif