@extends('adminlte::page') @section('title', 'Submissions — Trash') @section('content_header')
| # | Form | By | Submitted | Deleted | Actions |
|---|---|---|---|---|---|
| {{ $sub->id }} | {{ $sub->form_slug }} | {{ $sub->submitted_by ?: '—' }} | {{ $sub->created_at->format('d M Y') }} | {{ $sub->deleted_at->format('d M Y H:i') }} | |
| Trash is empty. | |||||