@extends('layouts.master_panel')
@section('title') {{ html_entity_decode($folder->folder_name) }} @stop
@section('CSS')
@stop
@section('JS')
@stop
@section('content')
| Nom de fichier |
Télécharger |
Type de fichier |
Taille du fichier |
Date |
@foreach($files as $fil)
| {{ html_entity_decode($fil->file_name) }} |
|
{{ $fil->file_type }} |
{{ formatSizeUnits($fil->file_size) }} |
{{ $enTofr->format('d/m/Y H:i') }}
|
@endforeach
@stop