{{ __('Welcome') }}: {{ getAuthUser()->name }}
@if(canViewUpdate('create project, task and end user'))
@endif
@if(canViewUpdate('view tasks of own organization') || canViewUpdate('view tasks of other organizations'))
{{ __('Tasks') }}
@endif
@if(canViewUpdate('create project and task'))
{{ __('New project + task') }}
@endif
{!! organisationsDashboard('organisation', '', 'single', 'Select organisation') !!}
{!! projectsDashboard('project', '', '', 'single') !!}
{!! tasksDashboard('task', '', '', 'single') !!}