@extends('layouts.admin') @section('title', 'Continuing Education Registrations - AATI Admin') @section('content')
| ID | Name | Module | Total | Date | Actions | |
|---|---|---|---|---|---|---|
| {{ $registration->id }} | {{ $registration->full_name }} | {{ $registration->email }} | {{ $registration->module }} | ${{ number_format($registration->total_amount, 2) }} | {{ $registration->created_at->format('m/d/Y H:i') }} | @if($registration->pdf_path)Download PDF@endif |
No registrations found.
@endif