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

{{__('Hello,')}}
{{__('you have a new message from').' '. get_static_option('site_title')}}, {{__('submitted from')}} {{$data['form_title']}}

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