@php $title = admin_trans('offers_by_store'); $description = 'View which stores have the most offers'; $icon = 'store'; @endphp @extends('admin.analytics.base') @section('analytics-content') @if($data->isEmpty()) @else @foreach($data as $item) {{ $item->store_name }} {{ number_format($item->total) }} @endforeach @if($data->hasPages())
@endif @endif @endsection