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

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

isdefault) readonly @endif type="text" class="form-control @error('title') is-invalid @enderror" name="title" id="txtTitle" /> @error('title')
{{ $message }}
@enderror
@if ($VoucherType->isdefault) isdefault) readonly @endif type="text" class="form-control @error('title') is-invalid @enderror" name="title" id="txtTitle" /> @else @error('typeofvoucher')
{{ $message }}
@enderror @endif
vouchernumber=='Manual') checked @endif>
{{--
--}}
@if ($VoucherType->isdefault)
isactive) checked @endif readonly>
@else
isactive) checked @endif >
@endif
@endsection