@php $evento = App\PaidEvent::where('id', $dataTypeContent->getKey())->first(); @endphp @extends('voyager::master') @section('page_title', $evento->titulo ) @section('css') @endsection @section('page_header')

{{ __('voyager::generic.viewing') }} {{ ucfirst($dataType->display_name_singular) }}     {{ __('voyager::generic.return_to_list') }}

@include('voyager::multilingual.language-selector') @stop @section('content')

Evento: {{$evento->titulo}}

Filtros

@csrf Limpar Filtros

Inscrições

{{-- @if (count($evento->mods) > 0) @foreach ($evento->mods as $m ) @if ($m->cats->count() > 0) @php $qtd = 0; @endphp @foreach ($m->cats as $c ) @php $qtd = $qtd + $c->categoria->formulario->extras->count(); @endphp @endforeach @endif @endforeach @endif --}} {{-- @if (count($evento->mods) > 0) @foreach ($evento->mods as $m ) @if ($m->cats->count() > 0) @foreach ($m->cats as $c ) @if ($c->categoria->formulario->extras->count() > 0) @endif @endforeach @endif @endforeach @endif --}} @if ($evento->formularios->count() > 0) @foreach ($evento->formularios as $f ) @if ($f->extras->count() > 0) @foreach ($f->extras as $ex ) @if($ex->regras->count() > 0) @endif @endforeach @endif @endforeach @endif {{-- @if ($evento->mods->count() > 0) @foreach ($evento->mods as $m ) @if ($m->cats->count() > 0) @foreach ($m->cats as $c ) @if ($c->categoria->formulario->extras->count() > 0) @foreach ($c->categoria->formulario->extras as $ex ) @endforeach @endif @endforeach @endif @endforeach @endif --}}
@stop @section('javascript') @if ($isModelTranslatable) @endif @stop