{{ $this->form }}
{{-- Form Data Modal --}} Form Data Preview Here is the submitted form data
@php $formData = $this->getFormData(); @endphp

Title

{{ $formData['title'] ?? 'Not set' }}

Raw Data

{{ json_encode($formData, JSON_PRETTY_PRINT) }}
Back to Schema Example