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

Sales Summary Brand Wise

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