@extends('layouts.backend')
@section('styles')
@endsection
@section('page-header')
@endsection
@section('content')
| Position |
Name |
Email |
Apply Date |
Status |
Resume |
Actions |
@foreach ($applicants as $applicant)
| {{$applicant->Job->title}} |
{{$applicant->name}} |
{{$applicant->email}} |
{{$applicant->created_at->diffForHumans()}} |
|
|
|
@endforeach
@endsection
@section('scripts')
@endsection