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