Hello Admin!
{{ $data["First name"] }} has submitted an inquiry on the GoSolr website, please see below details.
@foreach($data as $label => $value)
{{-- @if($label != '_token' && strpos($label, 'recaptcha') === false) --}}
{{ $label }}: |
{{ $value ?? 'N/A' }} |
{{-- @endif --}}
@endforeach
|