@extends('application.layouts.master') @section('content')
@if(\Auth::user()->email_verification==0)
Your email is not verified. Pleace check your email .
@endif
There are two methods for submitting your proposal :
Option 1:

Contact your supervisor and request their Account Reference Number (ARN). With this number, you can search for the supervisor's account and submit your proposal.

Option 2:

Request your supervisor to invite you. Once you receive the email invitation, click on the link provided in the email. This will automatically link your application with the supervisor's account, and you only need to click the Submit button.

Submit your proposals with ease

Simplify the process and contact with potential supervisors effortlessly!

Please input the Supervisor's Account Reference Number (ARN) in the search bar below. After verifying that the Supervisor Name, Department and University Name are accurate, click on the "Apply" button to complete your submission.

Search

Refer a Friend

Earn points by referring your friends or colleagues to register and submit their first application. Once they submit their application, you will receive the points.

@if(count($student_proposal) > 0 )
Application you have submitted that are currently awaiting decisions
@foreach($student_proposal as $key=>$row) @endforeach
Sl Apply Ref. Supervisor Name University Name Proposal Ref. Applied On Status action
{{++$key}} {{$row->student_apply_ref}}
@if($row->teacher_details->university) Flag @endif
{{ cn($row,'teacher_details.first_name','')}} {{ cn($row,'teacher_details.last_name','')}}
{{cn($row,'teacher_details.designation','')}}
@if($row->teacher_details->university_name) {{cn($row,'teacher_details.university_name','')}} @else {{cn($row,'teacher_details.university.name','')}} @endif
@if($row->teacher_details->others_department) {{cn($row,'teacher_details.others_department','')}} @else {{cn($row,'teacher_details.department_name.name','')}} @endif
@php $proposal =\DB::table('proposal')->where('id',$row->proposal_id)->where('student_id',$row->student_id)->first(); @endphp @if($proposal) {{ $proposal->proposal_ref}} @endif @if(!empty($row->submitted_date)){{date('d M Y', strtotime($row->submitted_date))}} @else @endif Applied
@endif
@endsection @push('js') @endpush