@extends('layouts.member-app') @section('page-title')

@lang('app.project') #{{ $project->id }} - {{ ucwords($project->project_name) }}

@if($project->isProjectManager) @lang('modules.taskCategory.addTaskCategory') @endif
@endsection @push('head-script') @endpush @section('content')
@include('member.projects.show_project_menu')
@if($project->isProjectManager)

@lang('modules.projects.hoursSummary')

@lang('modules.gantt.overAllPlannedHours')

{{ $overAllPlannedHours.'h' ?? '--' }}

@lang('modules.gantt.overAllSpentHours')

{{ $totalTimeLogged ?? '--' }}

@lang('modules.gantt.completedTaskHours')

{{ $completedTasksTotalTimeLogged ?? '--' }}

@lang('modules.gantt.overallTaskHours')

{{ $overAllTasksOverallTime ?? '--' }}

@lang('modules.gantt.pendingHours')

{{ $pendingTime ?? '--' }}

@endif
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} {{--Ajax Modal--}} {{--Ajax Modal Ends--}} {{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush