@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Sales Of Category")}}

@endsection @section("content") @include("includes.dialog") @include("admin.report.parts.filter", ["url" => route("admin.report.sales_by_category")])
@foreach($categories as $category) @endforeach
{{__("Name")}} {{__("Image")}} {{__("Total")}} {{__("Quantity Per Branch")}}
{{$category['name']}} {{$category['total']}} {{__("SR")}}
{{__("Total")}} {{ $total }} {{__("SR")}}
@endsection