name) . '.xls'; // header("Content-Disposition: attachment; filename=\"$filename\""); // header("Content-Type: application/vnd.ms-excel"); ?> {{-- --}} {{ trans('project.features') }} {{ $project->name }} {!! Html::style('assets/css/app.s.css') !!}

{{ trans('project.features') }} {{ $project->name }}

@foreach($features as $key => $feature)

{{ ++$key }}. {{ $feature->name }}

{!! nl2br($feature->description) !!}

@if ($feature->tasks->count())

Sub Fitur

@foreach($feature->tasks as $taskKey => $task)

{{ ++$taskKey }}) {{ $task->name }}

{!! nl2br($task->description) !!}

@endforeach
@endif @endforeach

{{ trans('project.cost_proposal') }}

@foreach($features as $key => $feature) @endforeach
{{ trans('app.table_no') }} {{ trans('feature.name') }} {{ trans('feature.price') }}
{{ 1 + $key }} {{ $feature->name }} {{ formatRp($feature->price) }}
Total {{ formatRp($features->sum('price')) }}