diff --git a/resources/views/projects/jobs/export-html.blade.php b/resources/views/projects/jobs/export-html.blade.php index 80bc2e1..5d1be11 100755 --- a/resources/views/projects/jobs/export-html.blade.php +++ b/resources/views/projects/jobs/export-html.blade.php @@ -1,13 +1,7 @@ -name) . '.xls'; - // header("Content-Disposition: attachment; filename=\"$filename\""); - // header("Content-Type: application/vnd.ms-excel"); -?> - {{-- --}} {{ __('project.jobs') }} {{ $project->name }} {!! Html::style('assets/css/app.css') !!} @@ -22,9 +16,15 @@ {{ __('app.description') }} {!! nl2br($job->description) !!} + + + + {{ __('job.price') }}: {{ format_money($job->price) }} + + + @if ($job->tasks->count()) -   {{ __('task.list') }} {{ __('app.description') }}