@extends('layouts.adminapp') @section('content') {{-- Voucher Type --}}

{{__('lng.VoucherType')}}

{{__('lng.VoucherTypeTable')}}
{{--
--}} {{__('lng.CreateNew')}}
{{-- --}} @php $si=0; @endphp @foreach($VoucherTypes as $VoucherType) @if (PBFunc::IsVisibleVoucher($VoucherType->id)) {{-- --}} @elseif($VoucherType->isdefault == 0) {{-- --}} @endif @endforeach
{{__('lng.SiNo')}} {{__('lng.VoucherName')}} {{__('lng.VoucherType')}} {{__('lng.VoucherNumbering')}}{{__('lng.PrintFormat')}}{{__('lng.Narration')}} {{__('lng.Action')}}
{{++$si}} {{$VoucherType->title}} {{$VoucherType->typeofvoucher}} {{$VoucherType->vouchernumber}}{{$VoucherType->printformat}}{{$VoucherType->narration}} {{--
--}}
@csrf @method('delete')
{{--
--}}
{{++$si}} {{$VoucherType->title}} {{$VoucherType->typeofvoucher}} {{$VoucherType->vouchernumber}}{{$VoucherType->printformat}}{{$VoucherType->narration}}
@csrf @method('delete')
{{--

{{$VoucherTypes->count()}} {{__('lng.Items')}}

--}}
@endsection