@php $countries=DB::table('countries')->get(); @endphp

Save Time and Stay Organized

Discover the hassle-free solution to manage proposals from your doctoral applicants

Are you feeling overwhelmed by the abundance of proposals from doctoral applicants flooding your inbox? Say goodbye to the chaos and hello to a stress-free solution that saves you time and keeps you organized?

Our free tool is here to help. With our effortless proposal management system, students can submit their proposals with ease, and you'll receive email notifications for each new submission. Say goodbye to the chaos and hello to a stress-free solution that saves you time and keeps you organized.

Try it today and see the difference it can make for you.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Register, To Start

@csrf
@error('firstname')
{{ $message }}
@enderror
@error('lastname')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror

Already registered ?Login Here