By definition, a props is a value passed from the parent component to the child component.
It has no sense to create a props.
This @props(['notice'=>new \Modules\Core\Models\Notice()]) can eventually be a default value if the no notice variable is passed to the child component.