@if(count($informes) > 0)
{{ $informes[0]->r_month }} - {{ $informes[0]->r_year }}
@endif
@if(count($informes) < 1)
Mês e ano selecionados não possui indicadores!
@endif
Nome |
Data |
Arquivo |
Editar |
Excluir |
@foreach ($informes as $informe)
{{ $informe->r_name }} |
{{ $informe->created_at }} |
|
|
|
@endforeach
{{--
--}}