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