How to create if loop in Laravel blade to view only images with title 'admin' only as title is a 'required' table in uploads migration
I tried
@if($imgs->title == 'admin')
@foreach($imgs as $img)
<div class="carousel-item "><img class="w-100 d-block" id="imgslide" src="uploads/" alt="Slide Image"></div>
@endforeach
@endif
but that doesn't work.
Aucun commentaire:
Enregistrer un commentaire