@extends('Layouts.clientDashboardLayout') @section('content')
@include('includes.messages')
@if(count($recommendedCandidates) > 0)
Candidates accepted for {{$recommendedCandidates[0]->jobOpening->title}}
@endif
@if(count($recommendedCandidates) > 0) @foreach($recommendedCandidates as $recommendedCandidate) @endforeach @endif
{{----}} {{----}}
{{--Modal for assign--}} {{--Modal for recommend--}} {{--Approve--}} {{--Modal for sendMessage--}} @include('includes.alerts'); @endsection @section('script') @endsection