@extends('layouts/acc_layout')
@section('title')
@if ($voucherInfo->voucherTypeId==1)
{{" | Edit Debit Voucher"}}
@elseif ($voucherInfo->voucherTypeId==2)
{{" | Edit Credit Voucher"}}
@elseif ($voucherInfo->voucherTypeId==3)
{{" | Edit Journal Voucher"}}
@elseif ($voucherInfo->voucherTypeId==4)
{{" | Edit Contra Voucher"}}
@endif
@endsection
@section('content')
Fatal error: Uncaught Error: Class "Auth" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/vouchers/editVouchers.blade.php:17
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/vouchers/editVouchers.blade.php on line 17