@extends('layouts.app') @section('title', $form->name ?? 'Form Details') @push('styles') @endpush @section('content')
This form has no fields configured.
@endforelse| Customer Name | Date | Action | |
|---|---|---|---|
| {{ $submission->customer_name ?? 'N/A' }} | {{ $submission->customer_email ?? '—' }} | {{ $submission->created_at->format('M d, Y') }} | View |
No submissions yet. Share your form to start receiving orders!