$restore_action = (new Action('voyager::bread.restore_type', 'trash', null, 'yellow'))
        ->route(function ($bread) {
            return 'voyager.'.$bread->slug.'.restore';
        })
        ->method('patch')