mercredi 30 août 2017

How to pass some taken value in a view and then send it to another view in laravel?

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.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2x3DsXw
via IFTTT

Aucun commentaire:

Enregistrer un commentaire