hey, you don't have a route parameter declared:
Route::patch('addressbook/edit/{id}', [
'as' => 'addressbook.edit',
'uses' => 'AddressbookController@update'
]);
That should do it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community