@extends('garage.layouts.app') @section('title', 'Deleted — '.$def['label']) @section('content')
Restore a record to make it active again in lists and searches.
| Record | Details | Deleted at | Actions |
|---|---|---|---|
| {{ $row->title }} | {{ $row->subtitle ?: '—' }} | {{ $row->deleted_at ? \Illuminate\Support\Carbon::parse($row->deleted_at)->format('d M Y H:i') : '—' }} | |
| @if($search !== '') No deleted records match your search. @else No deleted {{ strtolower($def['label']) }} in this garage. @endif | |||