ORIC Module
Research Proposal Approval by HEC
Manage approved research proposals and funding records.
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
Approval Date
@error('approval_date')
{{ $message }}
@else
Used for year-wise counts on the Research Proposal Approval by HEC page.
@enderror
National/International
Select type
National
International
@error('national_or_international')
{{ $message }}
@enderror
Name of PI
@error('pi_name')
{{ $message }}
@enderror
Designation
@error('designation')
{{ $message }}
@enderror
Department
@error('department')
{{ $message }}
@enderror
Thematic Area
@error('thematic_area')
{{ $message }}
@enderror
Title
@error('title')
{{ $message }}
@enderror
Approved Amount
@error('approved_amount')
{{ $message }}
@enderror