@extends('layouts.admin') @section('title', 'Exam Registrations - AATI Admin') @section('content')
| ID | Name | Date | Actions | |
|---|---|---|---|---|
| {{ $registration->id }} | {{ $registration->first_name }} {{ $registration->last_name }} | {{ $registration->email }} | {{ $registration->created_at->format('m/d/Y H:i') }} | @if($registration->pdf_path) Download PDF @else No PDF @endif |