diff --git a/resources/views/jobs/edit.blade.php b/resources/views/jobs/edit.blade.php index 7ce27a6..8efc8c8 100755 --- a/resources/views/jobs/edit.blade.php +++ b/resources/views/jobs/edit.blade.php @@ -10,6 +10,7 @@

{{ $job->name }} {{ __('job.edit') }}

{!! FormField::text('name', ['label' => __('job.name')]) !!} + {!! FormField::textarea('description', ['label' => __('job.description')]) !!}
{!! FormField::price('price', ['label' => __('job.price'), 'currency' => Option::get('money_sign', 'Rp')]) !!} @@ -29,7 +30,6 @@
{!! FormField::text('actual_start_date', ['label' => __('job.actual_start_date'), 'class' => 'date-select']) !!}
{!! FormField::text('actual_end_date', ['label' => __('job.actual_end_date'), 'class' => 'date-select']) !!}
- {!! FormField::textarea('description', ['label' => __('job.description')]) !!}