Im trying to build a dynamic link with a view page (blade) with Laravel 5.3.
My approach is:
You can try with this
and your route.php file
Route::get('/articles/edit/{art_id}', 'ArticlesController@edit');