ORIC Module
Research Proposal Submission by HEC
Manage and record research proposals submitted for funding purposes.
Back to 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 Submission Proposal
@error('proposal_submission_date')
{{ $message }}
@else
Used for year-wise counts on the Research Proposal Submission by HEC page.
@enderror
Name of PI
@error('pi_name')
{{ $message }}
@enderror
Designation of PI
@error('pi_designation')
{{ $message }}
@enderror
Is PI a PhD Faculty?
Select Yes or No
@foreach ($phdOptions as $option)
{{ $option }}
@endforeach
@error('is_phd_faculty')
{{ $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