{{--Profile Card--}}
Account
@if(isset($applicant))
Profile
@else
Profile
@endif
Change Password
Logout
{{ csrf_field() }}
@if(!empty(auth()->user()->image))
@else
@endif
{{Auth::user()->name}}
@if(isset($applicant))
{{$applicant->cnic}}
@endif
{{--End Profile Card--}} {{--Menu Card--}}
{{--Desktop Menu--}}
Dashboard
@if(!isset($applicant))
Profile
@else
Profile
@endif
Open Positions
My Applications
Profile
Logout
{{ csrf_field() }}
{{--End Menu Card--}}