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