@foreach($jobs as $job) @endforeach
Title Description Image Applied Count Forwarded Count Shared Count User Id Group Id Parent Id Status Action
{!! $job->title !!} {!! $job->description !!} {!! $job->image !!} {!! $job->applied_count !!} {!! $job->forwarded_count !!} {!! $job->shared_count !!} {!! $job->user_id !!} {!! $job->group_id !!} {!! $job->parent_id !!} {!! $job->status !!} {!! Form::open(['route' => ['jobs.destroy', $job->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}