AR
Size: a a a
AR
SG
SG
$isMain = $currentUser->restaurants()->where('main_office', true)->exists();
AR
AR
SG
exists()
AR
SG
AR
SG
$users->join('user_restaurant', 'user_restaurant.user_id', '=', 'users.id')
->whereIn('user_restaurant.restaurant_id', $currentUser->restaurants()->select('restaurants.id'));
SG
AR
SG
AR
SG
AR
AR
VY
MP