codewithdary/hostinger-livewire-template

help me about error

Opened this issue · 0 comments

hello.
You used
Route::get('/tasks/update', TaskUpdate::class);
Route::get('/tasks/{task}', TaskShow::class);

in web.php
but there are not TaskShow and TaskUpdate in controller.