@extends('layouts.master') @section('title', $title) @section('content')

Candidates: Search Candidates

@if(!empty($candidates)) @foreach($candidates as $candidate) @endforeach @else @endif
First Name Last Name Resume City State Created Modified Owner
No Candidat Found
@endsection