in app/Models/Orders.php [17:20]
public function customer(): HasOne { return $this->hasOne(Customers::class, 'id'); }