@include('livewire.applicant.modal.major-research')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Details of major Research Project executed by the candidate (At least One)”

@foreach ($recList as $recDetail) @endforeach
# Project Title Project Value Granting Agency Commencement Date Completion Date Actions
{{ $loop->iteration }} {{$recDetail->project_title}} {{$recDetail->project_value}} {{$recDetail->granting_agency}} {{$recDetail->commencement_date}} {{$recDetail->completion_date}}
Important Notes
  • Add your major research entries one by one. You can add multiple entries and rearrange their sequence using drag and drop as per your preference.
@push('toggleScript') @endpush @push('editorScript') @endpush @push('scripts') @endpush @push('scripts') @endpush