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