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