title = $title;
}
$this->setKey($id);
}
/**
* @return string
*/
protected $title = ' 发货';
/**
* 按钮样式定义,默认 btn btn-white waves-effect
*
* @var string
*/
protected $style = 'btn-warning';
public function render()
{
$form = OrderPackage::make()->payload(['id'=>$this->getKey()]);
return Modal::make()
->lg()
->title($this->title)
->body($form)
->button("style}\">{$this->title} ");
}
}