{{-- Invoice Reservation --}}
@if (
in_array(Auth::user()->role, ['administrador', 'gerente', 'recepcionista'])
&& \App\Helpers\Environment\SystemModulesHelper::isEstablishmentTaxDataComplete()
&& \App\Helpers\Environment\FacturapiHelper::isEnabled()
)
@php
$billing_url = route('invoices.create', [
"service_type" => App\Enums\Invoicing\BillableService::Reservation->value,
"service_id" => $reservation_id
]);
@endphp
{{ $reservation_ticket['invoice_reservation'] }}
@endif
{{-- Send Email --}}
{{-- Download --}}
{{ $reservation_ticket['download_ticket'] }}
{{-- Print --}}