php - How to create session on html link click in laravel? -


in laravel project have view-client page link named "add contract" particular client.here have send client_id "contract/create" link how can pass client_id contract page default selected client_id in contract page. there way on link click create session or other way on weigh it.

add contract link in client view page.

<a href="javascrip:void(0)" name="addcontract"  class="btn bg-info-300">+add contract</a> 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -