@extends('layouts.app') @section('title', ($accountJournal->voucherMaster->voucherType->voucher_title ?? '') . $accountJournal->voucher_no . ' - '. ($accountJournal->transaction_date ? formatedDate($accountJournal->transaction_date) : '')) @section('pages') @php $pageTitle = $accountJournal->voucher_no . ' - ' .($accountJournal->voucherMaster->voucherType->voucher_title ?? '').'-'. ($accountJournal->transaction_date ? formatedDate($accountJournal->transaction_date) : '') ; @endphp
{!! $accountJournal->voucherMaster->voucherType->voucher_title ?? 'CONTRA VOUCHER' !!} | {!! $accountJournal->voucher_no !!}
@if(auth()->user()->can('contra-voucher-create')) Add New @endif
@endsection @section('js') @endsection