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

@lang('modules.table.selectTable')

@foreach ($tables as $table) @endforeach
@endif @if ($showConfirmation)

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

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