@extends('layouts.main')
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