{{Session::get('message')}}
@endif
@php
use App\Source;
$sources = Source::find(2);
use App\Admission;
$admissions = Admission::get();
use App\ApplicantStatus;
$statuses = ApplicantStatus::get();
use App\InterestedApplicant;
$interestedApplicants = InterestedApplicant::get();
@endphp