Created
October 13, 2018 15:28
-
-
Save adbrsln/a194e865d97102dd7a6a57a4119ed0dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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