Refeactor: Change the folder for pages for better organization
This commit is contained in:
@@ -19,7 +19,7 @@ class ActivitiesAttendedController extends Controller
|
||||
->distinct()
|
||||
->pluck('organising_institute');
|
||||
|
||||
return view('activities-attended.edit', compact('response', 'organisingInstitutes'));
|
||||
return view('pages.activities-attended.edit', compact('response', 'organisingInstitutes'));
|
||||
}
|
||||
|
||||
public function update(Request $request, $id)
|
||||
|
||||
Reference in New Issue
Block a user