first()->value; $company_email =BusinessSetting::where('key', 'email_address')->first()->value; $company_name =BusinessSetting::where('key', 'business_name')->first()->value; $company_address =BusinessSetting::where('key', 'address')->first()->value; $logo =BusinessSetting::where('key', 'logo')->first()->value; $company_mobile_logo = $logo; $company_links = json_decode(BusinessSetting::where('key','landing_page_links')->first()->value, true); ?>
{{$company_name}}
{{translate('messages.congratulations')}} {{translate('messages.Account Created')}}
{{translate('messages.dear')}} {{$name}} {{translate('messages.Thank you for joinning with')}} {{$company_name}}! {{translate('messages.We are thrilled to have you with us. Explore more foods and restaurant and enjoy your meal')}} @if ($type) {{translate('Default login password: ')}} password @endif @if ($company_links['web_app_url_status']) {{translate('messages.Buy Now')}} @endif {{translate('messages.If you require any assistance or have feedback or suggestions about our site, you can email us at')}}
@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])}}