'datetime', ]; // A client can have many orders public function orders() { return $this->hasMany(Order::class); } }