[ 'Tps\Shops\Models\Report' ], 'shop' => [ 'Tps\Shops\Models\Shop' ], ]; public function getShopFieldAttribute() { return $this->shop != null ? $this->shop->name : ''; } public function getReportFieldAttribute() { return $this->report != null ? $this->report->name : ''; } }