@php $title = admin_trans('offers_by_brand'); $icon = 'sparkles'; @endphp @extends('admin.analytics.base') @section('analytics-content') @if($data->isEmpty()) @else @foreach($data as $item) {{ $item->brand_name ?? 'N/A' }} {{ number_format($item->total) }} @endforeach @if($data->hasPages())
@endif @endif @endsection