🎃
Size: a a a
🎃
РИ
a
a
MM
public function show(Profile $profile){
}
MM
РИ
🎃
a
\DB::table('users_states')
->where('users_states.state', '=', 'calling help')
->where('users_states.updated_at', '<', Carbon::now()->subHour())
->leftJoin('subscribes', 'subscribes.user_id', '=', 'users_states.user_id')
->whereNotNull('subscribers')
->get();
AP
🎃
AP
РИ
🎃
M
a
MM
🎃
🎃