first()->value; $company_email =BusinessSetting::where('key', 'email_address')->first()->value; $company_name =BusinessSetting::where('key', 'business_name')->first()->value; $logo =BusinessSetting::where('key', 'logo')->first()->value; $company_address =BusinessSetting::where('key', 'address')->first()->value; $company_mobile_logo = $logo; $company_links = json_decode(BusinessSetting::where('key','landing_page_links')->first()->value, true); ?> {{translate('messages.Reply_form_'.$company_name)}}

{{translate('messages.Dear')}}, {{ $name }}

{{-- @php($order = \App\Models\Order::find($id)) --}}
{{--
{{translate('messages.Admin Note')}}
--}}

{!! $body ?? '' !!}

@php($social_media = \App\Models\SocialMedia::active()->get()) @if(isset($social_media)) @endif
@foreach ($social_media as $item) @endforeach
@if ($company_links['web_app_url_status']) @endif
{{$company_address}}
{{translate('messages.All copy right reserved',['year'=>date('Y'),'title'=>$company_name])}}