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}}
@if ($status=='approved') {{translate('messages.congratulations')}} @elseif ($status=='denied') {{translate('messages.sorry')}} @endif {{__($status=='approved'?'messages.Registration request approved':($status=='denied'?'messages.Registration request denied':'messages.Registration request successfull'))}}
{{translate('messages.dear')}} {{$name}} {{__($status=='approved'?'messages.Thank you for joinning with':'messages.Thank you for the joinning request on')}} {{$company_name}}! {{translate('messages.Your registration request is now status',['status'=>translate('messages.'.$status)])}} @if ($status=='pending') {{translate('messages.Please wait untill admin aprroave your request')}} @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])}}