@section('pageTitle','Payment Type Detail')

Payment Type Detail


General

General information for payment type.
Payment Type Code*
@if($isedit == false)
{{ $payment_type->payment_type_code}}
@else @error('payment_type.payment_type_code') {{ $message }} @enderror @endif
Description*
@if($isedit == false)
{{ $payment_type->description}}
@else @error('payment_type.description') {{ $message }} @enderror @endif
SAP Code Mapping*
@if($isedit == false)
{{ $payment_type->sap_code_mapping}}
@else @error('payment_type.sap_code_mapping') {{ $message }} @enderror @endif

@push('custom-scripts') @endpush