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

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

@endsection @section("content") @include("includes.dialog") @include("admin.report.parts.filter", ["url" => route("admin.report.sales_by_branch")])
@foreach($branches as $branch) @endforeach
{{__("Name")}} {{__("Image")}} {{__("Orders")}} {{__("CarHub")}} {{__("PickUp")}} {{__("Delivery")}} {{__("Total")}}
{{$branch['name']}} {{$branch['total_carhup']}} {{__("SR")}} {{$branch['total_pickup']}} {{__("SR")}} {{$branch['total_HB_Driver']}} {{__("SR")}} {{$branch['total']}} {{__("SR")}}
{{__("Total")}} {{ $total }} {{__("SR")}}
@endsection