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