name) . '.xls'; // header("Content-Disposition: attachment; filename=\"$filename\""); // header("Content-Type: application/vnd.ms-excel"); ?>
{{-- --}}
{{ trans('project.features') }} {{ $project->name }} |
||||||
| {{ trans('app.table_no') }} | {{ trans('feature.name') }} | {{ trans('feature.progress') }} | {{--{{ trans('feature.price') }} | --}} {{--{{ trans('app.description') }} | --}}||
|---|---|---|---|---|---|---|
| {{ 1 + $key }} | {{ $feature->name }} | {{ formatDecimal($feature->progress = $feature->tasks->avg('progress')) }} | {{--{{ $feature->price }} | --}} {{--{!! nl2br($feature->description) !!} | --}}||
| {{ $task->name }} | {{-- | {!! nl2br($task->description) !!} | --}}||||
| {{ trans('feature.empty') }} | ||||||
| Total | {{ formatDecimal($features->sum('progress') / count($features)) }} | {{--{{ $project->getFeatureOveralProgress() }} % | --}} {{--{{ $features->sum('price') }} | --}} {{----}} | ||