Logo Funarte

Borderô n° {{ $showSession->num_bordero }} - Informações do Evento {{ $showSession->public ? 'Público' : 'Privado/Ensaio' }}

Evento: {{ $showSession->show->name }} Data e Hora do Evento: {{ \Carbon\Carbon::parse($showSession->date_hour)->format('d/m/Y H:i') }}
Proponente/Ocupante: {{ $showSession->show->producer->name }} Número do processo: {{ $showSession->showing->number_process }}
Tipo de evento: {{ $showSession->show->typeShow->name }} Classificação: {{ $showSession->show->ageRating->name }}
Qtd de Ingressos Vendidos: {{ $showSession->purchases->sum(function ($purchase) { return $purchase->sales->count(); }) }} Local: {{ $place }}
Sala: {{ $showSession->room->name }} Data e Hora da Impressão: {{ \Carbon\Carbon::now()->format('d/m/Y H:i') }}

Resumo de Vendas

{{-- --}} @foreach ($purchasesByType as $ticket) {{-- --}} @endforeach
Tipo de Ingresso Tipo de Pagamento QuantidadePreço UnitárioTotal
{{ implode(' ', explode('-', $ticket['type_ticket'])) }} {{ implode(' ', explode('-', $ticket['type_payment'])) }} {{ $ticket['quantity'] }}R$ {{ number_format($ticket['price'], 2, ',', '.') }}R$ {{ number_format($ticket['total'], 2, ',', '.') }}
Total de Vendas: {{ $showSession->purchases->sum(function ($purchase) { return $purchase->sales->count(); }) }} R$ {{ number_format($totalPurchases, 2, ',', '.') }}
@if ($showSession->reason_cancel_id)
{{ $showSession->reason_cancel->reason }}
@endif
@if ($showSession->observations && count($showSession->observations) > 0)

Observações

@endif
Bilheteiro(a): @if (!$showSession->place->settings->show_office_in_bordero)
@endif
{{ $showSession->place->settings->show_office_in_bordero ? ($showSession->details->ticketOfficer ? $showSession->details->ticketOfficer->name : '') : '' }}
{{ $showSession->details && $showSession->details->occupant ? 'Ocupante:' : '' }}
{{ $showSession->details ? ($showSession->details->occupant ? $showSession->details->occupant : 'Proponente/Ocupante') : 'Proponente/Ocupante' }}
Secretário(a) Teatral / Administrador(a): @if (!$showSession->place->settings->show_responsible_in_bordero)
@endif
{{ $showSession->place->settings->show_responsible_in_bordero ? ($showSession->place->settings->responsible_id ? $showSession->place->settings->placeResponsible->name : '') : '' }}