|
Quantidade de visitas realizadas
|
{!! $visits_total !!} |
@if (count($regions)>0)
@foreach($regions as $region)
| {!! $region->name !!} |
{!! $visits_total_region[$region->id] !!} |
@endforeach
|
@endif
| Quantidade de visitas realizadas no último mês de {!! $month_prev_name !!} |
{!! $visits_prev !!} |
@if (count($regions)>0)
@foreach($regions as $region)
| {!! $region->name !!} |
{!! $visits_prev_region[$region->id] !!} |
@endforeach
|
@endif
| Quantidade de visitas realizadas no mês atual de {!! $month_current_name !!} |
{!! $visits_curr !!} |
@if (count($regions)>0)
@foreach($regions as $region)
| {!! $region->name !!} |
{!! $visits_curr_region[$region->id] !!} |
@endforeach
|
@endif