php - Laravel check if collection is empty - Stack Overflow

PHOTO EMBED

Tue Sep 13 2022 07:04:37 GMT+0000 (Coordinated Universal Time)

Saved by @yugan91 #php

if ($mentor->first()) { } 
if (!$mentor->isEmpty()) { }
if ($mentor->count()) { }
if (count($mentor)) { }
if ($mentor->isNotEmpty()) { }
content_copyCOPY

https://stackoverflow.com/questions/35839303/laravel-check-if-collection-is-empty