@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Journal Transaction Vouchers Entry Journal Edit Edit Journal Voucher Type RV - Receipt Voucher Voucher @foreach($vouchertype as $row) {{$row->name}} @endforeach Voucher No. Voucher Date Transactions {{--*/ $i = 0; $num = count($invoicerow); /*--}} @foreach($invoicerow as $item) {{--*/ $i++; /*--}} Account Name Description Reference Type Dr Cr Amount Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach Department Department... @foreach($departments as $department) {{ $department['name'] }} @endforeach Cheque No Cheque Date Bank Select Bank... @foreach($banks as $bank) {{$bank['code'].' - '.$bank['name']}} @endforeach @endforeach Total Debit Total Credit Difference Submit Cancel × Select Account × Select Invoice @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop