@if(Request::get('print') == 'yes') @endif
@if (session('status')) @endif
@foreach($participantes as $participante) @if($participante->status == 'aguardando_pagamento') @else @endif @endforeach
Nome Inscrição Email Modalidade Currículo Categorias Skype Status Valor
{{$participante->nome_completo}} {{$participante->numero_inscricao}} {{$participante->email}} {{$participante->modalidade}} {{$participante->link_curriculo}} {{$participante->categoria}} {{$participante->skype}}Não PagoPago{{ number_format($participante->valor, 2, ',', '.') }}
Total de Participantes: {{$total_participantes}} @foreach($totais_categorias as $categoria => $total) {{$total}} pessoas em {{ $categoria }}
@endforeach
Valor Total: {{ number_format($total_valor, 2, ',', '.') }}
Nenhum registro encontrado
@if(Request::get('print') == 'yes') @endif