Laravel Blade Recursive Partials with @each

Is it possible to pass variables to the empty partial? Like so:

@each('_macros/document', $document, 'document', '_macros/document-empty', ['label' => 'Doc Label'])