{{ __('job.detail') }}

@can('see-pricings', $job) @endcan
{{ __('job.name') }}{{ $job->name }}
{{ __('job.type') }}{{ $job->type() }}
{{ __('job.price') }}{{ formatRp($job->price) }}
{{ __('job.progress') }}{{ formatDecimal($job->progress) }}%
{{ __('job.worker') }}{{ $job->worker->name }}
{{ __('time.updated_at') }}{{ $job->updated_at }}
{{ __('job.description') }}{!! nl2br($job->description) !!}