@section('title','Voucher') @extends('layouts.master') @section('style') @endsection @section('content')
{{trans('label.Payment Voucher')}}
{{trans('label.Voucher List')}}
@php use App\Library\Modify; $pname=new Modify(); @endphp @if(isset($info))
@if($shopinfo->shop_name!=null)

{{$shopinfo->shop_name}}

{{$shopinfo->shop_address}}

{{$shopinfo->shop_email}} , {{$shopinfo->shop_phone}}

@else

Leftjoin

Mirpur ,Dhaka

leftjoin@gmail.com , 01738088325

@endif @forelse($info as $key=>$inf) @if($key ==0)

@if($inf->lg_voucher_type =='RV') {{trans('label.Receive Voucher')}} @elseif($inf->lg_voucher_type == 'PV') {{trans('label.Payment Voucher')}} @else {{trans('label.Adjustment Voucher')}} @endif

{{trans('label.Voucher Number')}} : {{ $inf->vm_no ?? null}}

{{trans('label.Voucher Type')}} : {{ $inf->vm_type ?? '' }}

{{trans('label.Note')}} : {{ $inf->vm_naration ?? '' }}

{{trans('label.Date')}} : {{ $inf->vm_date ?? null}}

{{ trans('label.Print Time') }} : 2026-04-20 06:03:38

{{trans('label.Created By')}} : {{ $inf->vm_user ?? null}}1

@endif @if( $key==0) @endif @empty @endforelse
{{trans('label.Account Code')}} {{trans('label.Account Name')}} {{trans('label.Debit')}} {{trans('label.Credit')}}
{{ $inf->ad_code ?? null }} {{ $inf->ad_name ?? null }}
{{trans('label.In word')}} : @php echo \App\Libraries\Library::translate_to_words($inf->vm_amount ?? 0 ); @endphp Tk {{trans('label.signature')}}
@endif
@endsection @section('script') {{Html::script('assets/js/sticky-kit.min.js')}} {{Html::script('assets/js/jquery.sparkline.min.js')}} {{Html::script('assets/js/jquery.dataTables.min.js')}} {{Html::script('assets/js/dataTables.buttons.min.js')}} {{Html::script('assets/js/buttons.flash.min.js')}} {{Html::script('assets/js/jszip.min.js')}} {{Html::script('assets/js/pdfmake.min.js')}} {{Html::script('assets/js/vfs_fonts.js')}} {{Html::script('assets/js/buttons.html5.min.js')}} {{Html::script('assets/js/buttons.print.min.js')}} {{Html::script('assets/custom_js/crud.js')}} {{Html::script('assets/custom_js/datatable.js')}} {{-- {{Html::script('assets/public_js/index.js')}} --}} @endsection