@php $shopSettings = App\Models\User\UserShopSetting::where('user_id', $user->id)->first(); $donation = DB::table('user_donation_settings') ->where('user_id', $user->id) ->first(); $room = DB::table('user_room_settings') ->where('user_id', $user->id) ->first(); @endphp