So, i have some categories. And in each category you can add posts.
But in form page for adding posts, how to get the value of that category i.e. of previous page?
This is my form:
<div class="container">
{!! Form::open(['action' => 'TopicController@store', 'method' => 'POST']) !!}
<div class="form-group">
</div>
<div class="form-group">
</div>
{!! Form::close() !!}
</div>
show.blade.php contains link to this form page. But to get the id of the category page that is referring to this form??
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire