\專案\app\Admin\Controllers\ProductController.php
edit()
public function edit($id, Content $content) { return $content ->header('編輯商品') ->description('可於此頁面修改商品內容') ->body($this->form()->edit($id)); }
這個只是稍微修改其頁面標題和說明
storage
public
php artisan storage:link
進階搜尋