@extends($layout) @section('content') @php use Leantime\Core\Controller\Frontcontroller; $module = 'project'; $action = Frontcontroller::getActionName(''); $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