Skip to content

Instantly share code, notes, and snippets.

@adbrsln
Created October 13, 2018 15:28
Show Gist options
  • Save adbrsln/a194e865d97102dd7a6a57a4119ed0dd to your computer and use it in GitHub Desktop.
Save adbrsln/a194e865d97102dd7a6a57a4119ed0dd to your computer and use it in GitHub Desktop.
<form action="{{ route('update1',['id'=>$ih->b3b_Id]) }}" method="POST">
@csrf
{{ method_field('PUT') }}
///routes.php
Route::put('edoc3b-edit/{id}', 'Edoc3bController@update1')->name('update1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment