mercredi 29 avril 2020

Facade\Ignition\Exceptions\ViewException : Trying to get property 'follows' of non-object (View: E:\tweety\resources\views\_friends-lists.blade.php)

I am getting this error since 5 days please help me to solve it. Code:

<h3 class="font-bold text-lg mb-4 block">Following</h3>
<ul>
    @foreach (auth()->user()->follows as $user)
        <li class="mb-2">
            <div class="flex items-center text-sm">
                <img src="" alt="" class="rounded-full mr-2"></div>
        </li>
    @endforeach
</ul>



Aucun commentaire:

Enregistrer un commentaire