@extends('garage.layouts.app') @section('title', 'Deleted records') @section('content')

Deleted records

Restore items that were deleted from any module. Records stay in the database until restored.

@if($totalDeleted > 0) {{ number_format($totalDeleted) }} deleted total @endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@foreach($modules as $mod) @endforeach
@endsection