@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.SiNo') }} | {{ __('lng.VoucherName') }} | {{ __('lng.VoucherType') }} | {{ __('lng.VoucherNumbering') }} | {{--{{__('lng.PrintFormat')}} | --}}{{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $VoucherType->title }} | {{ $VoucherType->typeofvoucher }} | {{ $VoucherType->vouchernumber }} | {{--{{$VoucherType->printformat}} | --}}{{ $VoucherType->narration }} | --}}
{{-- --}}
|
|
{{ ++$si }} | {{ $VoucherType->title }} | {{ $VoucherType->typeofvoucher }} | {{ $VoucherType->vouchernumber }} | {{--{{$VoucherType->printformat}} | --}}{{ $VoucherType->narration }} | --}} |
{{ __('lng.Showing') }} {{ $VoucherTypes->count() }} {{ __('lng.Items') }}
--}}