'boolean', 'start_date' => 'date', 'end_date' => 'date', 'price' => 'decimal:2', ]; public function roomType() { return $this->belongsTo(RoomType::class); } }