{{$user_info['user_name']}} Sheet
{{-- Flash Alert Message ----- START --}}
@if(Session::has('danger'))
{{ Session::get('danger') }}
@elseif (Session::has('success'))
{{ Session::get('success') }}
@endif
{{-- Flash Alert Message ----- END --}}
{{-- search box ----- START --}}
{{-- search box ----- END --}}
{{-- TOTAL BALANCE box ----- START --}}
{{-- TOTAL BALANCE box ----- END --}}
{{-- TOTAL CREDIT box ----- START --}}
{{-- TOTAL CREDIT box ----- END --}}
{{-- TOTAL BILL box ----- START --}}
{{-- TOTAL BILL box ----- END --}}
{{-- TOTAL WEIGHT box ----- START --}}
{{-- TOTAL WEIGHT box ----- END --}}
{{$ledger->links()}}
USD
USD
USD
TONS
| Ledger Id | User Id | Bill # | Transaction | Supplier Location | Placement | Date | Particulars | Claimed Product | Unit Type | Weight | Rate | Bill | Payment | Claim | Balance | Created At |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item['ledger_id']}} | {{$item['user_id']}} | {{$item['bill_no']}} | {{$item['transaction']}} | {{$item['supplier_location']}} | {{$item['placement_location']}} | {{$item['date']}} | {{$item['ledger_particular']}} | {{$item['claimed_product']}} | {{$item['unit_type']}} | {{$item['weight']}} | {{$item['rate']}} | {{number_format($item['bill'])}} | {{number_format($item['payment'])}} | {{$item['claim']}} | {{number_format($item['balance'])}} | {{$item['created_at']}} |