芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/AcceptEstimate.php
belongsTo(Estimate::class); } public function getSignatureAttribute() { return asset_url('estimate/accept/' . $this->attributes['signature']); } }