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