So this is what I have in my blade file:
{!! Form::model($bag, ['action' => 'BagController@crudBag', 'id' => $bag->id]) !!}
How do I obtain the id in the BagController@crudBag?
So this is what I have in my blade file:
{!! Form::model($bag, ['action' => 'BagController@crudBag', 'id' => $bag->id]) !!}
How do I obtain the id in the BagController@crudBag?
Copyright © 2021 Jogjafile Inc.