@foreach($salaServicios as $salaServicio) @endforeach
Sala Id Servicio Id Action
{!! $salaServicio->sala_id !!} {!! $salaServicio->servicio_id !!} {!! Form::open(['route' => ['salaServicios.destroy', $salaServicio->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}