@extends('layouts.app') @section('content')
# | Voucher ID | Voucher Date | Account Title | Debit | Credit | Remarks | Site | Company |
---|---|---|---|---|---|---|---|---|
{{ $i + 1 }} | {{ $row->Voucher_ID }} | {{ $row->Voucher_Date }} | {{ $row->Account_Title }} | {{ number_format($row->Debit, 2) }} | {{ number_format($row->Credit, 2) }} | {{ $row->Remarks }} | {{ $row->Site }} | {{ $row->Company }} |