@if ($this->shouldShowMobileWaiterButton || (is_null(customer()) && $restaurant->customer_login_required))
@if ($this->shouldShowMobileWaiterButton)
@livewire('forms.callWaiterButton', ['tableNumber' => $table->id ?? null, 'shopBranch' => $shopBranch])
@endif
@if (is_null(customer()) && $restaurant->customer_login_required)
@lang('app.login')
@endif
@endif