@extends('layouts.master') @section('title') @lang('translation.overview') @endsection @section('css') @endsection @section('content') @component('components.order-breadcrumbs', ['order' => $order, 'active' => 'documents']) @endcomponent
@lang(\App\Enums\MediaTypeEnum::getLabel($type))
  • Dropzone-Image
     

@if(isset($certificates)) @foreach ($certificates as $certificate) @endforeach @else @foreach ($files as $file) @endforeach @endif
@lang('translation.file-name') @lang('translation.file-item') @lang('translation.file-size') @lang('translation.recent-date') @lang('translation.actions')
@lang( \App\Enums\MediaTypeEnum::getLabel($certificate->type) ) 2 MB {{ $certificate->created_at }}
@lang( \App\Enums\MediaTypeEnum::getLabel($file->type) ) {{ $file->size }} {{ $file->created_at }}
{{ $files->withQueryString()->links() }}
@lang('translation.overview')
  • Documents

    {{ $countDocs }} files

    27.01 GB
  • Media

    {{ $countMediaFiles }} files

    20.87 GB
  • Projects

    7 files

    4.10 GB
  • Others

    {{ $otherFiles }} files

    33.54 GB
Upgrade to Pro

Get more space for your...

File Preview
html.docx

0.3 KB, 19 Apr, 2022

File Description :
File Name : html.docx
File Type : Documents
Size : 0.3 KB
Created : 19 Apr, 2022
Path :
*:\projects\src\assets\images
Share Information:
Share Name :
Share Path :
@endsection @section('script') @endsection