I have a table called pages then in one of my views I used this table as:
@foreach ($pages as $page)
@if ($subject->names == $page->related_subject)
<li><a href=""><i class="fa fa-circle-o">
</i><span> </span></a>
</a></li>
@endif
@endforeach
in my loop I put a link to another view and I want to send the record to that view with this link.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire