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