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