@extends('layout.base') @section('page_content')
@foreach ($files as $file) [{{(new DateTimeImmutable)->setTimestamp($file->getCTime())->format('Y-m-d H:i:s')}}] {{$file->getBasename()}} @endforeach
@endsection