@extends('layouts.master') @push('css') @endpush @section('content')
{{ csrf_field() }}

City Wise Sales With Customers

 
@if($saleSummaryBrandWise) @foreach($saleSummaryBrandWise as $row) @endforeach @endif
# Customer Name Qty Total Return Qty Return Amount Grand Total
From: To:
{{ $i++ }} {{ $row['customer_name'] }} {{ number_format($row['delivered_qty'], 2) }} {{ number_format($row['total'], 2) }} {{ number_format($row['returned_qty'], 2) }} {{ number_format($row['return_total'], 2) }} {{ number_format($row['grand_total']-$row['return_total'], 2) }}
Total:0.000.000.000.000.00