{!! Form::open(['route' => ['upload-types.destroy', $id], 'method' => 'delete']) !!}
{!! Form::button('
', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-s', 'onclick' => 'return confirm("'.__('crud.are_you_sure').'")' ]) !!}
{!! Form::close() !!}