ORIC Module
Research Project Won from HEC / Due to be Completed / Completed
Record completed and ongoing research projects for institutional reporting.
Analysis Page
Dashboard
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
Please fix the highlighted fields and try again.
@endif
@csrf
Name of Research Grant
@error('research_grant_name')
{{ $message }}
@enderror
Date of Proposal Completion
@error('proposal_completion_date')
{{ $message }}
@enderror
Funding Body
@error('funding_body')
{{ $message }}
@enderror
Name of PI
@error('pi_name')
{{ $message }}
@enderror
Designation of PI
@error('pi_designation')
{{ $message }}
@enderror
Department of PI
@error('pi_department')
{{ $message }}
@enderror
Thematic Area
@error('thematic_area')
{{ $message }}
@enderror
Title of Research Proposal
@error('research_proposal_title')
{{ $message }}
@enderror
Duration (Starting Date)
@error('duration_starting_date')
{{ $message }}
@enderror
Duration (Ending Date)
@error('duration_ending_date')
{{ $message }}
@enderror
Status of Project
Select status
Completed
in Process
Delayed
@error('project_status')
{{ $message }}
@enderror