@include('admin/reports/common/header')
Customer Ledger
@foreach($customers as $row)
Voucher No. :
{{$row->voucher_no}}
Date :
{{date('d-M-Y', strtotime($row->date))}}
Credit :
{{$row->credit}}
Debit :
{{$row->debit}}
@endforeach