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