@extends('layouts.app') @section('form-title') {{ __('Internal project') }} - {{ $project->title }} @endsection @section('form-sub-title') {{ $project->client->name }} @endsection @section('breadcrumb') @endsection @section('content') @include('partials.modals.project_note') @include('partials.modals.add_end_user')
{{ __('Tasks') }} / {{ $project->title }} / {{ $project->client->name }}
@if(canViewUpdate('add tasks of own organization') || canViewUpdate('Add tasks of other organizations')) @endif
{{-- start Left section --}}
{{-- Project start --}}
{{ __('Internal project') }}
{{ $project->title }}
{{ $project->projectStatus->translated_title }}
@if(!empty($project->project_owner))
@endif
{{ $project->client->id }}-{{ $project->id }}
{{ $project->deadline }}
{{ $project->created_at }}
@if(canViewUpdate('edit internal projects')) @endif
{{-- Note start --}} @if(canViewUpdate('note'))
{{ __('Notes') }}
{!! $project->note !!}
 
@endif {{-- Attachments start --}}
{{ __('Attachments') }}
Attachments will be listed here!
{{-- End left section --}} {{-- start right section --}}
{{-- End user start --}} @if(canViewUpdate('view end user') && modubleEnabled('end_user'))
{{ __('End User') }}
@if(!empty($project->endUser))
{{ $project->endUser->name }}
@if(!empty($project->endUser->organisation))
{{ $project->endUser->organisation->name }}
@endif
{{ $project->endUser->street }}
{{ $project->endUser->house_number }}
{{ $project->endUser->zip_code }}
{{ $project->endUser->country->country_name }}
{{ $project->endUser->display_notification_type }}
{{ $project->endUser->job_title }}
{{ $project->endUser->display_status }}
{{ $project->endUser->displayRole() }}
{{ $project->endUser->display_language }}
user profile image
@if(allowedToUpdateUser($project->endUser)) @endif @if(canViewUpdate('delete end user'))
@csrf @method('PUT')
@endif
@elseif(canViewUpdate('add end user'))
@endif
@endif {{-- End user location start --}} @if(!empty($project->endUser))
{{ __('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
@endif
{{-- End right section --}}
@endsection @push('child-scripts') @if(!empty($project->endUser)) @endif @if(!empty($project->endUser)) @endif @endpush