{{ __('Tasks') }}
@if(getAuthUser()->can('view tasks of other organizations'))
{!! organisations(
'filter_organisation',
getAuthUser()->organisation ? getAuthUser()->organisation->id : null,
'single'
) !!}
@else
@endif
@if(canViewUpdate('add tasks of own organization') || canViewUpdate('add tasks of other organizations'))
{{ __('New task') }}
@endif
{{ __('To do list') }}
{{-- status filters --}}
{{ __('Status') }}:
|
|
{{ __('Task') }} | {{ __('Executor / Receiver') }} | {{ __('Sent by') }} | {{ __('Status') }} |
|---|
{{ __('With selected') }}:
{!! taskStatus('task_status') !!}