@extends('layout.backend') @section('content')
MÉTRICAS DE VISITAS
@if (count($regions)>0) @endif @if (count($regions)>0) @endif @if (count($regions)>0) @endif
Quantidade de visitas realizadas {!! $visits_total !!}
@foreach($regions as $region) @endforeach
{!! $region->name !!} {!! $visits_total_region[$region->id] !!}
Quantidade de visitas realizadas no último mês de {!! $month_prev_name !!} {!! $visits_prev !!}
@foreach($regions as $region) @endforeach
{!! $region->name !!} {!! $visits_prev_region[$region->id] !!}
Quantidade de visitas realizadas no mês atual de {!! $month_current_name !!} {!! $visits_curr !!}
@foreach($regions as $region) @endforeach
{!! $region->name !!} {!! $visits_curr_region[$region->id] !!}
@endsection