@extends('layouts/acc_layout')
{{-- @section('title', '| Print Voucher') --}}
@section('title')
@if ($voucherIdInfo->voucherTypeId==1)
{{" | Debit Voucher"}}
@elseif ($voucherIdInfo->voucherTypeId==2)
{{" | Credit Voucher"}}
@elseif ($voucherIdInfo->voucherTypeId==3)
{{" | Journal Voucher"}}
@elseif ($voucherIdInfo->voucherTypeId==4)
{{" | Contra Voucher"}}
@elseif ($voucherIdInfo->voucherTypeId==5)
{{" | Fund Transferred Voucher"}}
@endif
@endsection
@section('content')
@include('convert_word')
Fatal error: Uncaught Error: Class "Auth" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/accounting/vouchers/printVoucher.blade.php:20
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/accounting/vouchers/printVoucher.blade.php on line 20