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