@extends('layouts.master') @push('css') @endpush @section('content')
# | 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) }} |