@php $default_lang = get_default_language(); @endphp {{get_static_option('site_'.$default_lang.'_title').' '. __('Mail')}}
{!! render_image_markup_by_attachment_id(get_static_option('site_logo')) !!}

{{__('Hello,')}}
{{__('You Have A Quote From').' '. get_static_option('site_'.get_default_language().'_title')}}

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