@foreach($preguntaAcreditacions as $preguntaAcreditacion) @endforeach
Pregunta Action
{{ $preguntaAcreditacion->pregunta }} {!! Form::open(['route' => ['preguntaAcreditacions.destroy', $preguntaAcreditacion->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-ghost-danger', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}