@extends('admin::layouts.master') @section('pagetitle','Manage Candidates') @section('content')
@if (session('success'))
{{ session('success') }}
@elseif (session('warning'))
{{ session('warning') }}
@endif
@can('create candidate') @endcan
@can('update candidate') @endcan
@can('delete candidate') @endcan
Candidate Name Candidate Email Employer Name Position Used Storage Status Created Date Actions
@include('admin::candidates.mdl_candidate')
@endsection @section('scripts') @endsection