@extends('layouts.master') @push('css') @endpush @section('content')
# | Customer | Product | Bori | Weight | Rate | Total | Received | Balance |
---|---|---|---|---|---|---|---|---|
{{ $counter }} | {{ $row['customer_name'] }} | {{ $row['products_category_name'] ?? '' }} / {{ $row['sub_name'] ?? '' }} / {{ $row['child_name'] ?? '' }} | {{ $row['bori'] ?? '' }} | {{ $row['weight'] ?? '' }} | {{ $row['rate'] ?? '' }} | {{ number_format($amount, 2) }} | {{ number_format($paid, 2) }} | {{ number_format($balance, 2) }} |
No records found. | ||||||||
Total: | {{ number_format($grandTotal, 2) }} | {{ number_format($totalReceived, 2) }} | {{ number_format($totalPending, 2) }} |