{!! Form::label('id', 'Id:') !!}

{!! $job->id !!}

{!! Form::label('title', 'Title:') !!}

{!! $job->title !!}

{!! Form::label('description', 'Description:') !!}

{!! $job->description !!}

{!! Form::label('image', 'Image:') !!}

{!! $job->image !!}

{!! Form::label('applied_count', 'Applied Count:') !!}

{!! $job->applied_count !!}

{!! Form::label('forwarded_count', 'Forwarded Count:') !!}

{!! $job->forwarded_count !!}

{!! Form::label('shared_count', 'Shared Count:') !!}

{!! $job->shared_count !!}

{!! Form::label('user_id', 'User Id:') !!}

{!! $job->user_id !!}

{!! Form::label('group_id', 'Group Id:') !!}

{!! $job->group_id !!}

{!! Form::label('parent_id', 'Parent Id:') !!}

{!! $job->parent_id !!}

{!! Form::label('status', 'Status:') !!}

{!! $job->status !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $job->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $job->updated_at !!}