{{-- Custom Styles --}} {{-- Ticket Body --}}
{{-- Logo --}} @if (Auth::user()->profile_photo === null) @else @endif {{-- Titulo --}}

@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') }}

{{-- Resumen del Pedido --}}
{{ __('tickets')['restaurant']['quantity'] }} {{ __('tickets')['restaurant']['product'] }} {{ __('tickets')['restaurant']['price'] }} {{ __('tickets')['restaurant']['subtotal'] }}
{{-- Importes --}} @php $default_monetary_value = \App\Helpers\Formats\FormatCurrencyHelper::formatCurrency(0); $default_total_value = \App\Helpers\Formats\FormatCurrencyHelper::formatCurrency(0, false); @endphp

{{-- 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 }}

{{-- Redes Sociales --}}

{{ __('tickets')['restaurant']['acknowledgments'] }} @if($hotel->business_phone != '')
{{ __('tickets')['restaurant']['phone'] }} {{$hotel->business_phone}} @endif