Feat: Publication

This commit is contained in:
Sallu9007
2025-03-31 20:25:18 +05:30
parent 5942e55916
commit b2060c47e2
11 changed files with 1026 additions and 1 deletions

View File

@@ -31,4 +31,9 @@ class CoordinatorController extends Controller
return view('iv-organised.index');
}
public function viewPublicationsResponses()
{
return view('publications.index');
}
}