@extends($layout) @section('content') @php $maxSize = \Leantime\Core\Files\FileManager::getMaximumFileUploadSize(); @endphp
{!! $tpl->displayNotification() !!}

Upload CSV file

You can upload CSVs to import or update Tasks, Projects, Goals. Check our documentation to learn more about the formatting and to download templates



{!! __('text.drop_files') !!}

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