{{Session::get('company')}} |
|
{{$voucherhead}} |
Date To: 05-08-2026
| Si.No. | Document Code | Document Name | Department | Issue Date | Expiry Date | Amount | @foreach($reports as $row)
|---|---|---|---|---|---|---|
| {{$i}} | {{$row->code}} | {{ $row->name }} | {{$row->department_name}} | {{($row->issue_date=='0000-00-00')?'':date('d-m-Y', strtotime($row->issue_date))}} | {{($row->expiry_date=='0000-00-00')?'':date('d-m-Y', strtotime($row->expiry_date))}} | {{($row->amount > 0)?number_format($row->amount,2):''}} |
| Total: | {{($total > 0)?number_format($total,2):''}} |