first(); return $logistic?$logistic['name']:''; } public function ownerPriceExpresses() { return $this->belongsToMany(OwnerPriceExpress::class,"owner_price_express_logistic","logistic_id","owner_price_express_id"); } }