@extends('layouts.app') @section('content')
{{ __('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') !!}
@endsection @push('child-scripts') @endpush