@extends('employer.layouts.app') @section('title','View Applied Candidate') @section('content')

{{ $Employee->user->name }}'s Details

Shortlisted Candidates List
Profile Status: @foreach($statuses as $val) @if($val['id'] == $Employee->user->profile_status) {{ $val['name'] }} @endif @endforeach

@csrf

{{ $Employee->user->name }}


{{ $Employee->user->mobile_number }}

{{ $Employee->user->gender }}

@if (isset($Employee->GetJob)) @endif

{{ $Employee->location }}

{{ $Employee->salary }}

@endsection