@if(!$file) @if($langId && $langId == getCurrentLangID()) @php $file = $media->file(null, true); $langId = null; @endphp {{ Form::hidden('default_'.$langShort, 1) }} @elseif(!$langId) @php $file = $media->file(getCurrentLangID()); @endphp {{ Form::hidden('default', 1) }} @endif @endif @if($file) {{ Form::hidden('default_'.($langShort ? $langShort : \Mcamara\LaravelLocalization\Facades\LaravelLocalization::getCurrentLocale()), 1) }}
| Nom d'origine | {{ $file->original_name }} |
| Résolution | {{ $file->width.'x'.$file->height }} |
| Poids | {{ byteConversion($file->size) }} |
| Date d'envoi | {{ $file->created_at->format('d/m/Y') }} |
| Date de modification | {{ $file->updated_at->format('d/m/Y') }} |
| Lien | Voir le fichier |
| Auteur | {{ $file->admin->name }} |