@props([ 'title' => 'User Data', 'form' => null, ])
{{ __(@$title) }}
@if (@$form) @foreach ($form->form_data as $formData)
@php $jsonData = getFormData($formData); @endphp @if (!@$formData->default)
@else
@lang('Must be Required')
@endif
@endforeach @endif
@push('script') @endpush