@extends('layouts.adminapp') @section('content') @section('head',__('lng.VoucherType')) {{-- Voucher Type --}}
@csrf

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


@error('title')
{{ $message }}
@enderror
@error('typeofvoucher')
{{ $message }}
@enderror
{{--
--}}

@endsection