{{ __('Tasks') }} / {{ $project->title }} / {{ $project->client->name }}
@if(canViewUpdate('add tasks of own organization') || canViewUpdate('Add tasks of other organizations'))
@endif
{{-- start Left section --}}
{{-- End left section --}}
{{-- start right section --}}
{{-- End right section --}}
{{-- Project start --}}
@if(!empty($project->project_owner))
@endif
@if(canViewUpdate('edit internal projects'))
@endif
{{-- Note start --}}
@if(canViewUpdate('note'))
@endif
{{-- Attachments start --}}
{{ __('Internal project') }}
{{ $project->title }}
{{ $project->projectStatus->translated_title }}
{{ $project->client->id }}-{{ $project->id }}
{{ $project->deadline }}
{{ $project->created_at }}
{{ __('Notes') }}
{!! $project->note !!}
{{ __('Attachments') }}
Attachments will be listed here!
{{-- End user start --}}
@if(canViewUpdate('view end user') && modubleEnabled('end_user'))
@endif
{{-- End user location start --}}
@if(!empty($project->endUser))
@endif
{{ __('End User') }}
@if(!empty($project->endUser))
@if(!empty($project->endUser->organisation))
@endif
@endif
{{ $project->endUser->name }}
{{ $project->endUser->organisation->name }}
@if(allowedToUpdateUser($project->endUser))
@endif
@if(canViewUpdate('delete end user'))
@endif
@elseif(canViewUpdate('add end user'))
{{ __('Location End User') }} - {{ $project->endUser->name }}
@if(!empty($project->endUser->latitude) && !empty($project->endUser->longitude))
{{ __('Google Maps') }}
@else
{{ __('No map data available. Please update end user map location') }}
@endif