@extends('layouts.main') Gerente - Indicadores

INDICADORES {{ $loja->s_name }}

@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
@foreach ($informes as $informe) @endforeach
Nome Data Arquivo
{{ $informe->r_name }} {{ $informe->created_at }}