{{-- Custom Styles --}} {{-- Ticket Body --}}
@else
@if($hotel->business_name != '')
{{$hotel->business_name}}
@endif
- {{ __('tickets')['restaurant']['title'] }} -
{{-- Detalles Generales --}}
@if($hotel->business_address != '')
{{ __('tickets')['restaurant']['address'] }} {{$hotel->business_address}}
@endif
{{ __('tickets')['restaurant']['table'] }}
{{ __('tickets')['restaurant']['cashier'] }} {{ Auth::user()->name }}
{{ __('tickets')['restaurant']['date'] }} {{ date('Y-m-d, H:m') }}
| {{ __('tickets')['restaurant']['quantity'] }} | {{ __('tickets')['restaurant']['product'] }} | {{ __('tickets')['restaurant']['price'] }} | {{ __('tickets')['restaurant']['subtotal'] }} |
|---|
{{-- Cantidad de Artículos Solicitados --}}
{{ __('tickets')['restaurant']['global_quantities'] }}
{{-- Método de Pago --}}
{{ __('tickets')['restaurant']['payment_method'] }}
@if ($has_discounts)
{{-- Total Original --}}
{{ __('tickets')['restaurant']['general_import'] }}
{{ $default_monetary_value }}
{{-- Descuento % --}}
{{ __('tickets')['restaurant']['discount'] }}
0 %
{{-- Total Final --}}
{{ __('tickets')['restaurant']['total'] }}
{{ $default_total_value }}
@else
{{-- Total General --}}
{{ __('tickets')['restaurant']['total'] }}
{{ $default_total_value }}
@endif
{{-- Pago --}}
{{ __('tickets')['restaurant']['payment'] }}
{{ $default_monetary_value }}
{{-- Cambio --}}
{{ __('tickets')['restaurant']['change'] }}
{{ $default_monetary_value }}
{{ __('tickets')['restaurant']['acknowledgments'] }}
@if($hotel->business_phone != '')
{{ __('tickets')['restaurant']['phone'] }} {{$hotel->business_phone}}
@endif