{{$user_info['user_name']}} Balance 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 DEBIT box ----- START --}}
{{-- TOTAL DEBIT box ----- END --}}
{{-- TOTAL CREDIT box ----- START --}}
{{-- TOTAL CREDIT box ----- END --}}
{{$ledger->links()}}
PKR
PKR
PKR
| Ledger Id | User Id | Bill # | Date | Particulars | Warehouse | Unit Type | Qty | Weight | Rate | Bill | Rent | Debit | Credit | Balance | Created At |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item['ledger_id']}} | {{$item['user_id']}} | {{$item['bill_no']}} | {{$item['date']}} | {{$item['ledger_particular']}} | {{$item['warehouse_location']}} | {{$item['unit_type']}} | {{$item['quantity']}} | {{$item['weight']}} | {{$item['rate']}} | {{number_format($item['bill'])}} | {{number_format($item['rent'])}} | {{number_format($item['debit'])}} | {{number_format($item['credit'])}} | {{number_format($item['balance'])}} | {{$item['created_at']}} |