{!! Form::open(['route' => ['roles.destroy', $id], 'method' => 'delete']) !!}
@if($id != 1) {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger', 'onclick' => "return confirm('Are you sure?')" ]) !!} @endif
{!! Form::close() !!}