@php $site_logo = get_attachment_image_by_id(get_static_option('site_white_logo'),"full",false); @endphp @if (!empty($site_logo))
@endif
{{__('You Have A Quote From '. get_static_option('site_'.get_default_language().'_title'))}}
@foreach($data as $key => $field) @php $name = str_replace('-',' ',$key); @endphp
{{ucwords($name)}}
{{$field}}
@endforeach