New Website Form Submission
@foreach($data as $key => $value) @if(!is_array($value) && !is_object($value) && !str_starts_with((string) $key, '_'))
{{ ucwords(str_replace('_', ' ', $key)) }}
{{ $value }}
@endif @endforeach