New Website Form Submission

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