@extends('layouts.adminapp') @section('title') {{ __('lng.VoucherType') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_account', 'open') @section('active_account', 'active') @section('active_voucher_type', 'active') {{-- Voucher Type --}} @section('content')

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

{{ __('lng.VoucherTypeTable') }}
{{-- --}} @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')
{{--

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

--}}
@endsection