@extends('admin.layout.master') @section('title','VOUCHER DETAILS') @section('custom_style') @endsection @section ('content') {{--
| Accounts | Detail Accounts | Account Name | Currency | Description | Local Currency | Foreign Currency | Center NO | ||
|---|---|---|---|---|---|---|---|---|---|
| Debit | Credit | Debit | Credit | ||||||
| {{$jr->ledger?$jr->globalLedger->auto_code:''}} | {{$jr->ledger?$jr->globalLedger->auto_code:''}} | {{$jr->ledger?$jr->globalLedger->name:''}} | {{'SAR'}} | {{$jr->note}} | {{$jr->type==0?number_format($jr->amount,2):''}} | {{$jr->type==1?number_format($jr->amount,2):''}} | {{''}} | {{''}} | {{$jr->cost_center_id}} |
| Total Amount : | {{ number_format($amount,2)}} | {{ number_format($camount,2)}} | |||||||
| In Words : {{getNumberInWords($amount)}} | |||||||||
| Accounts No | Currency | Detail Accounts | Account Name | Description | Amount | Center NO | Ref. No. | L/C No. |
|---|---|---|---|---|---|---|---|---|
| {{$jr->ledger?$jr->globalLedger->auto_code:''}} | {{'SAR'}} | {{$jr->ledger?$jr->globalLedger->auto_code:''}} | {{$jr->ledger?$jr->globalLedger->name:''}} | {{$jr->note}} | {{number_format($jr->amount,2)}} | {{$jr->cost_center_id}} | {{''}} | {{''}} |