芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/SuperAdmin/FrontDetail.php
background_image) ? asset_url_local_s3('front/homepage-background/' . $this->background_image) : null; } public function getImageUrlAttribute() { return ($this->image) ? asset_url_local_s3('front/' . $this->image) : asset('saas/img/home/home-crm.png'); } public function getLightColorAttribute() { if (strlen($this->primary_color) === 7) { return $this->primary_color . '26'; } return $this->primary_color; } }