@extends('components.dashboard.layout.layout') @section('content') @include('components.alert')
Download File Back
Snapshot Preview
This preview is generated from the saved file stored on the server.
{{ $filteredTable->file_name }}
@forelse ($rows as $index => $row) @foreach ($row as $cell) @if ($index === 1) @else @endif @endforeach @empty @endforelse
{{ $cell ?: '—' }} {{ $cell ?: '—' }}
No preview data found

The saved file exists, but no readable rows were found.

@endsection @push('styles') @endpush