@extends('components.dashboard.layout.layout') @php use Illuminate\Support\Str; @endphp @section('content') @include('components.alert')
Saved Snapshots
@forelse ($filteredTables as $filteredTable) @empty @endforelse
ID Table Name File Name URL Rows Created At Actions
{{ $filteredTable->id }} {{ $filteredTable->table_name }} {{ $filteredTable->file_name }}
{{ $filteredTable->total_rows }} rows {{ optional($filteredTable->created_at)->format('Y-m-d H:i') }}
{{-- View File --}} {{-- Restore Filters --}} {{-- Delete --}}
No filtered tables found

No saved snapshots have been created yet.

{{ $filteredTables->links() }}
URL copied successfully
@endsection @push('styles') @endpush @push('scripts') @endpush