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