New Contact Inquiry
@foreach($data as $key => $value) @if(is_array($key)) @else
{{ str_replace('_', ' ', $key) }}
{{ $value }}
@endif @endforeach