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