@php $appstore = App\Models\AppSetting::Where('key','appstore_link')->first(); $playstore = App\Models\AppSetting::Where('key','playstore_link')->first(); $aboutus = App\Models\AppSetting::Where('key','about_us')->first(); $contact_us =App\Models\AppSetting::Where('key','contact_us')->first(); $privacy_policy =App\Models\AppSetting::Where('key','privacy_policy')->first(); $terms_con = App\Models\AppSetting::Where('key','terms_conditions')->first(); // $youtube =App\Models\AppSetting::Where('key','terms_conditions')->first(); @endphp {{-- --}}