@extends('dashboard.layout.layout') @section('content')

{{ $title }}

@if (session('status')) @endif @if (session('error')) @endif @forelse ($archives as $archive) @empty @endforelse
# ფაილის სახელი შექმნის თარიღი ზომა
{{ $loop->index + 1 }} {{ $archive->file_name }} {{ $archive->created_at ? $archive->created_at->format('d.m.Y H:i') : '—' }} {{ number_format($archive->file_size / 1024, 2) }} KB გადმოწერა
არქივი არ არის
@endsection