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

Save Time and Stay Organized

Discover the Hassle-Free Solution for Managing Student Proposals

Are you tired of drowning in a sea of student proposals?

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 your research projects.

@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