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

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

@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