@extends('layouts.master') @push('css') @endpush @section('content')
# | Brand Name | Qty | Total | Return Qty | Return Amount | Grand Total |
---|---|---|---|---|---|---|
From: To: | City: All | |||||
{{ $i++ }} | {{ $row['brand_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.00 | 0.00 | 0.00 | 0.00 | 0.00 |