@extends($layout) @section('content') @php $maxSize = \Leantime\Core\Files\FileManager::getMaximumFileUploadSize(); $moduleId = session('currentProject'); @endphp
{!! $tpl->displayNotification() !!}
{!! __('headline.browse_files_headline') !!}
@if ($login::userIsAtLeast($roles::$editor))
@endif


@once @push('scripts') @endpush @endonce @endsection