@php $default_lang = get_default_language(); @endphp {{__('Request Quote From') }} {{get_static_option('site_title')}}
@php $site_logo = get_attachment_image_by_id(get_static_option('site_logo'),"full",false); @endphp @if (!empty($site_logo)) {{get_static_option('site__title')}} @endif

{{__('Hello')}}
{{__('You Have A Consultation From')}} {{get_static_option('site_title')}}

@foreach($data as $key => $field) @php $name = str_replace(['-','_'],[' ',' '],$key); @endphp @endforeach
{{ucwords($name)}} {{htmlspecialchars(strip_tags($field))}}