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.price') }} | {{ trans('app.description') }} | |||
|---|---|---|---|---|---|---|
| {{ 1 + $key }} | {{ $feature->name }} | {{ $feature->price }} | {!! nl2br($feature->description) !!} | |||
| {{ $task->name }} | {!! nl2br($task->description) !!} | |||||
| {{ trans('feature.empty') }} | ||||||
| Total | {{ $features->sum('price') }} | |||||