| {!! $jobUser->job_id !!} |
{!! $jobUser->user_id !!} |
{!! $jobUser->status !!} |
{!! Form::open(['route' => ['jobUsers.destroy', $jobUser->id], 'method' => 'delete']) !!}
{!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
|
@endforeach