@extends('applicant.details-layout', ['pageTitle' => 'Personal Information']) @section('content')

Personal Information

Basics
First Name {{ $applicant->firstname }}
Last Name {{ $applicant->lastname }}
Email {{ $applicant->email }}
Phone Number {{ $applicant->phone }}
Date Registered {{ $applicant->created_at->format('d M Y')}}
Applications {{ count($applicant->applications) }}
@endsection