They will be added but not become registed user untill they register themselves from frontend
@if (Auth::user()->role == "Institute")
@section('title')
Upload Candidate Resume
@endsection
Student Details
@endif
@if (Auth::user()->role == "Administrator")
Candidate Details
@endif
{{--
Candidate Details
--}}
{{--