@{!! Form::open(['route' => ['{{ $config->prefixes->getRoutePrefixWith('.') }}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->primaryName }}], 'method' => 'delete']) !!}
    
        
    
    
        
    
    @{!! Form::button('
', [
        'type' => 'submit',
        'class' => 'btn btn-danger btn-xs',
@if($config->options->localized)
        'onclick' => "return confirm('Are you sure?')"
@else
        'onclick' => 'return confirm("'.__('crud.are_you_sure').'")'
@endif
    ]) !!}
 
@{!! Form::close() !!}