Refeactor: Change the folder for pages for better organization
This commit is contained in:
@@ -14,7 +14,7 @@ class PatentsController extends Controller
|
||||
{
|
||||
$patent = Patent::findOrFail($id);
|
||||
|
||||
return view('patents.edit', compact('patent'));
|
||||
return view('pages.patents.edit', compact('patent'));
|
||||
}
|
||||
|
||||
public function update(Request $request, $id)
|
||||
|
||||
Reference in New Issue
Block a user