@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Other Payment Transaction Vouchers Entry Other Payment Add New New Payment Voucher Select Voucher... Cash Bank PDC Voucher Select Voucher... @foreach($vouchers as $voucher) {{ $voucher['voucher_name'] }} @endforeach Voucher No. Voucher Date Credit Account Reference Description Amount Cr .00 Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach Department Select Department... @foreach($departments as $department) {{ $department['name'] }} @endforeach Foreign Currency Select Foreign Currency... @foreach($currency as $curr) {{$curr['code']}} @endforeach Amount in FC Cheque No Cheque Date Bank Select Bank... @foreach($banks as $bank) {{$bank['code'].' - '.$bank['name']}} @endforeach Supplier Account Description Depositor/Transferer Debit Transactions Debit Account Reference Description Amount Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach FC Amount FC FC Rate Total Debit Total Credit Difference Submit Cancel × Select Supplier × Select Account × Select Debit Account @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop