@foreach($ventaServicios as $ventaServicio) @endforeach
Venta Id Services Id Cantidad Productos Action
{!! $ventaServicio->venta_id !!} {!! $ventaServicio->services_id !!} {!! $ventaServicio->cantidad_productos !!} {!! Form::open(['route' => ['ventaServicios.destroy', $ventaServicio->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}