If I dd($items); in the controller, the result like this :
dd($items);
In the view blade laravel I check if collection empty like this :
@if($items) ... @endif
But it does not work
How can I solve this problem?
Aucun commentaire:
Enregistrer un commentaire