{{ $title ?? 'New Contact Inquiry' }}
@foreach($data as $key => $value)
{{ str_replace('_', ' ', $key) }}
{{ $value }}
@endforeach