@extends('admin.layouts.app') @section('panel')
@csrf
1 {{ __($general->cur_text) }} =
@lang('Limit')
{{ __($general->cur_text) }}
{{ __($general->cur_text) }}
@lang('Transaction Charge')
{{ __($general->cur_text) }}
%
@lang('Special Instructions')
@lang('User Input Fields')
@if($form) @foreach($form->form_data as $formData)
@php $jsonData = json_encode([ 'type'=>$formData->type, 'is_required'=>$formData->is_required, 'label'=>$formData->name, 'extensions'=>explode(',',$formData->extensions) ?? 'null', 'options'=>$formData->options, 'old_id'=>'', ]); @endphp
@endforeach @endif
@endsection @push('style') @endpush @push('script') @endpush @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush