@extends('admin.layouts.master') @section('title','applicants Page') @section('content')
| # | Created At | Name | Phone | Job | CV | |
|---|---|---|---|---|---|---|
| {{$applicant->iteration}} | {{$applicant->created_at->format('Y-m-d')}} | {{$applicant->name}} | {{$applicant->email}} | {{$applicant->phone}} | {{$applicant->career->title_en}} | Open CV |