belongsTo(\App\Models\Account::class); } public function giftPack() { return $this->belongsTo(\App\Models\GiftPack::class)->withTrashed(); } }