misha1

Results 1 comments of misha1

help me pls( im newbee my controller ![image](https://user-images.githubusercontent.com/3147494/103126238-b9263c80-469e-11eb-83d4-d2afe908cd1e.png) when i not use breadcums all worked `Route::get('/plastinky/all/{id}', [\App\Http\Controllers\PlastinkyController::class, 'ShowOne'])` `->name('plastinky-one');` ![image](https://user-images.githubusercontent.com/3147494/103126045-179eeb00-469e-11eb-885a-437ae0389296.png) when i use `Route::get('/plastinky/all/{id}', [\App\Http\Controllers\PlastinkyController::class, 'ShowOne'])` `->name('plastinky-one')` `->breadcrumbs(fn (Trail $trail)...