@extends('adminlte.app') @section('content')

Questionário de Qualidade

@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($errorsEmail = Session::get('emailsErros'))
@endif
Filtros
Report Mensal
@foreach($questinarioReportMensal as $item) {{-- --}} @endforeach
id Data Posto Gestor do Posto Usuário
{{ $item->id }} {{date('d/m/Y', strtotime( $item->created_at)) }}{{ $item->posto->nome_posto ?? ''}}{{ $item->posto->nome_posto ?? $item->reportMensal->posto->nome_posto ?? '' }} {{ $item->posto->gestor_posto->name ?? $item->reportMensal->posto->gestor_posto->name ?? '' }} {{ $item->user->name ?? ''}}
@endsection