{{ html()->form('POST', route('paymentsettingsUpdates'))->attribute('enctype', 'multipart/form-data')->attribute('data-toggle', 'validator')->open() }} {{ html()->hidden('id', $payment_data->id ?? null )->attribute('placeholder', 'id')->class('form-control') }} {{ html()->hidden('type', $tabpage)->attribute('placeholder', 'id')->class('form-control') }}
{{ html()->label(__('messages.payment_on', ['gateway' => __('messages.cod')]))->for('enable_cod')->class('mb-0') }}
status) ? 'checked' : '' }}>
{{ html()->label(trans('messages.gateway_name') . ' *','title')->class('form-control-label') }} {{ html()->text('title', $payment_data->title)->placeholder(trans('messages.title'))->class('form-control') }}
{{ html()->submit(__('messages.save'))->class('btn btn-md btn-primary float-md-end') }} {{ html()->form()->close() }}