@extends('layouts.admin') @section('title', 'Job Application Details') @section('content_header')
| First Name: | {{ $application->first_name }} |
| Last Name: | {{ $application->last_name }} |
| Email: | {{ $application->email }} |
| Phone: | {{ $application->phone }} |
| Marketing Consent: | @if($application->marketing_consent) Yes @else No @endif |
| Applied Date: | {{ $application->created_at->format('F d, Y \a\t h:i A') }} |
| Resume: | @if($application->resume_path) Download Resume @else No resume uploaded @endif |
{{ $application->what_youre_looking_for }}