@extends('account::layouts.account') @section('title',$applicant->fname . ' ' . $applicant->lname) @section('subtitle',ucfirst(str_replace('-',' ',$applicant->profession))) @section('content')
Job Applied {{ $applicant->job_name }}
Email {{ $applicant->email }}
First name {{ $applicant->fname }}
Last name {{ $applicant->lname }}
Phone {{ $applicant->phone }}
Profession {{ ucfirst(str_replace('-',' ',$applicant->profession)) }}
Country of Intereset {{ ucfirst($applicant->country) }}
Date applied: {{ date('d/m/Y H:i:s',strtotime($applicant->created_at)) }}
@endsection