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