Refeactor: Change the folder for pages for better organization

This commit is contained in:
Sallu9007
2025-04-20 21:47:27 +05:30
parent 9cb5cb80bd
commit 36d36df47b
27 changed files with 32 additions and 32 deletions

View File

@@ -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)