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