@if (session('status-success'))
{{ session('status-success') }}
@endif
@if (session('status-error'))
{{ session('status-error') }}
@endif
| Seção Hotsite Itinerante |
Local de realização do evento |
Data do evento |
Ações |
@foreach ($show as $index => $register)
@if ($show[$index]->section == 'noticias')
| {{ $register->section }} |
{{ $register->bairro }} |
-- |
|
@elseif ($show[$index]->section == 'videos')
| {{ $register->section }} |
{{ $show[1]->bairro }} |
{{ \Carbon\Carbon::parse($show[0]->data_evento)->format('d/m/Y H:i') }}
|
|
@else
| {{ $register->section }} |
{{ $register->bairro }} |
{{ \Carbon\Carbon::parse($show[0]->data_evento)->format('d/m/Y H:i') }}
|
|
@endif
@endforeach
@endsection