@extends('admin.layouts.admin') @section('title', 'File Manager - SIVILIMA Admin') @section('breadcrumb_title', 'File Manager') @section('breadcrumb')
uploads/image.png)No files uploaded yet. Use the upload form to add files.
| Preview | File Name | Size | Date | Actions |
|---|---|---|---|---|
|
@php $ext = strtolower(pathinfo($file['name'], PATHINFO_EXTENSION)); @endphp
@if(in_array($ext, ['jpg','jpeg','png','gif','webp','svg','ico']))
|
{{ $file['name'] }}
{{ $file['path'] }}
|
{{ number_format($file['size'] / 1024, 1) }} KB | {{ date('M d, Y h:i A', $file['modified']) }} |