@php $storagePath = storage_path('app/sprites'); $datFile = $storagePath . '/Tibia.dat'; $sprFile = $storagePath . '/Tibia.spr'; @endphp @if (file_exists($datFile) && file_exists($sprFile))
| Arquivo | Data de Modificação |
|---|---|
| Tibia.dat | {{ date('d/m/Y H:i:s', filemtime($datFile)) }} |
| Tibia.spr | {{ date('d/m/Y H:i:s', filemtime($sprFile)) }} |
Nenhum arquivo enviado ainda.
@endif