{{ Form::open(['route' => [$destroyRoute, $object->id], 'method' => 'DELETE', 'id' => 'delete-'.$object->id]) }}
{{ Form::close() }}