@extends('layouts.app') @section('title', ($accountJournal->voucherMaster->voucherType->voucher_title ?? '') . $accountJournal->voucher_no . ' - '. ($accountJournal->transaction_date ? formatedDate($accountJournal->transaction_date) : '')) @section('pages')
{!! $accountJournal->voucherMaster->voucherType->voucher_title ?? 'CONTRA VOUCHER' !!} | {!! $accountJournal->voucher_no !!}
@endsection @section('js') @endsection