@extends('header') @section('head') @parent @stop @section('content')
{{ trans('texts.tasks') }} | {{ $chartData->count }} |
{{ trans('texts.duration') }} | {{ Utils::formatTime($chartData->duration) }} @if (floatval($project->budgeted_hours)) [{{ round($chartData->duration / ($project->budgeted_hours * 60 * 60) * 100) }}%] @endif |