@extends('layouts.publicador.default') @section('content')


@foreach ($lista as $lista) @endforeach
Nome Escola Núcleo Regional Email Telefone RG Matricula Cidade Nome do professor Telefone Professor Email professor RG professor Ementa Normativa Justificativa Data Cadastro

{{ $lista->nome }}

{{ $lista->escola }}

{{ $lista->nucleo_regional }}

{{ $lista->email }}

{{ $lista->telefone }}

{{ $lista->rg }}

{{ $lista->matricula }}

{{ $lista->cidade }}

{{ $lista->professor }}

{{ $lista->professor_fone }}

{{ $lista->professor_email }}

{{ $lista->professor_rg }}

{{ $lista->ementa }}

{{ $lista->normativa }}

{{ $lista->justificativa }}

{{ $lista->created_at == '0000-00-00 00:00:00' || $lista->created_at == '30/11/-0001' || $lista->created_at == null ? '' : \Carbon\Carbon::parse($lista->created_at)->format('d/m/Y H:i') }}

@endsection