| # | {!! trans('dashboard.general.name') !!} | {!! trans('dashboard.country.country') !!} | {!! trans('dashboard.city.city') !!} | {!! trans('dashboard.order.order_count') !!} | {!! trans('dashboard.product.product_count') !!} | {!! trans('dashboard.general.added_date') !!} | {{ $loop->iteration }} | {{ $branch->name }} | {{ optional(@$branch->city->country)->name ?? '---' }} | {{ optional($branch->city)->name ?? '---' }} | {{ $branch->orders->count() }} | {{ $branch->products->count() }} | {{ $branch->created_at->format("Y-m-d") }} | @endforeach @endforeach
|---|